Skip to content

Instantly share code, notes, and snippets.

@auniverseaway
Last active April 29, 2019 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save auniverseaway/63dd1832108fe7b6294963ea4781d6a9 to your computer and use it in GitHub Desktop.
Save auniverseaway/63dd1832108fe7b6294963ea4781d6a9 to your computer and use it in GitHub Desktop.
A sample AEM Icon - Modal
Display the source blob
Display the rendered blob
Raw
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<!-- A Sample AEM Component Icon -->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><title>Untitled-1</title><rect x="2" y="2" width="16" height="16" rx="1" ry="1" fill="none" stroke="#707071" stroke-linejoin="round" stroke-width="2"/><circle cx="14.79" cy="5.21" r="5.21" fill="#717171"/><line x1="12.51" y1="2.93" x2="17.07" y2="7.49" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="0.98"/><line x1="16.98" y1="3.02" x2="12.6" y2="7.4" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="0.98"/><rect width="20" height="20" fill="none"/><line x1="5" y1="13.97" x2="15" y2="13.97" fill="none" stroke="#717171" stroke-miterlimit="10" stroke-width="2"/></svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment