@astrouxds/rux-icon
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -50,3 +50,3 @@ { | ||
}, | ||
"version": "3.0.0" | ||
"version": "3.0.1" | ||
} |
@@ -13,11 +13,11 @@ #Icons | ||
##Installation | ||
Install the Astro Component Library. | ||
`git clone https://bitbucket.org/rocketcom/astro-components.git` | ||
`npm i -S @astrouxds/rux-icon` | ||
###Dependencies | ||
###Dependancies | ||
* [Polymer 3](https://www.polymer-project.com) | ||
* [Astro 3 Core CSS](https://bitbucket.org/rocketcom/astro-styles/src/master/) | ||
##Usage | ||
###Import the RUX Button | ||
###Import the RUX Icon | ||
@@ -41,3 +41,5 @@ ```javascript | ||
###Standard Icons | ||
###Events | ||
RUX Icons do not support events. If you need an Icon button use the RUX Button Icon type |
@@ -57,2 +57,26 @@ const $_documentContainer = document.createElement("div"); | ||
<g id="maintenance" viewBox="0 0 128 128"> <path d="M95.926 103.205l1.35 6.382 17.594 10.378.26-.26-10.377-17.594-6.382-1.351-21.197-21.197-2.445 2.445 21.197 21.197zm20.12 18.051l.334-.042.042-.334-.917-.54.541.916zm-25.644-15.054L66.21 82.008l10.965-10.965 24.193 24.193 7.228 1.53 14.096 23.898-6.861 6.861-23.898-14.096-1.53-7.227zM51.77 41.492l-2.13 2.13-4.876-4.876-.04-1.186a11.325 11.325 0 0 0-3.322-7.654l-15.77-15.769c-4.458-4.459-11.72-4.437-16.218.061-4.498 4.499-4.52 11.76-.061 16.219l15.769 15.769a11.325 11.325 0 0 0 7.653 3.322l1.187.04 4.876 4.877-2.13 2.13a.85.85 0 0 0-.016 1.2c.311.312 1.421 1.51 1.428 1.517.283.297.524.54.739.74l13.986-13.986c.05-.109.106-.273.157-.48.127-.511.2-1.171.203-1.858.003-.686-.067-1.344-.19-1.852a2.97 2.97 0 0 0-.137-.44.854.854 0 0 0-1.108.096zm5.461-4.276c2.683 2.683 2.656 10.287-.03 12.973L42.14 65.25c-2.116 2.116-4.56 1.52-6.751-.274-.528-.432-1.035-.922-1.64-1.56-.077-.082-1.1-1.184-1.316-1.401a6.854 6.854 0 0 1-1.764-6.657 17.33 17.33 0 0 1-9.806-4.913L5.093 34.676c-6.817-6.816-6.784-17.892.061-24.737C12 3.093 23.075 3.06 29.893 9.877l15.768 15.77a17.33 17.33 0 0 1 4.914 9.806 6.854 6.854 0 0 1 6.656 1.763zM75.27 13.694c-6.933 6.933-7.415 21.71-2.314 33.272l.85 1.93-63.283 60.75c-4.777 5.014-5.442 7.611-1.986 11.067 2.31 2.311 4.968 1.41 9.83-3.223l60.75-63.284 1.93.85c11.562 5.102 26.339 4.62 33.272-2.313 5.535-5.536 8.298-13.703 7.435-18.714l-12.979 12.979-22.002-4.411-5.834-23.294L94.084 6.157c-4.881-.9-13.209 1.93-18.815 7.537zm-4.26-4.26C80.053.39 94.844-3.132 101.24 3.262l2.13 2.13L87.61 21.15l4.08 16.289 15.104 3.028 15.933-15.933 2.124 2.347c6.046 6.678 2.66 21.187-6.274 30.122-8.572 8.57-24.73 9.493-37.998 4.378L22.666 121.71c-3.111 2.975-5.637 4.809-8.28 5.716-3.647 1.251-7.17.488-10.11-2.453-3.417-3.417-4.602-7.143-3.6-10.976.748-2.866 2.52-5.404 5.533-8.559l60.422-58.006c-5.115-13.27-4.193-29.427 4.378-37.998z" fill-rule="nonzero"/> </g> | ||
<g id="progress"> | ||
<circle | ||
transform='rotate(-90 60 60) translate(-1 1)' | ||
stroke="rgba(0,0,0,0.2)" | ||
stroke-width="10" | ||
fill="transparent" | ||
r="56" | ||
cx="60" | ||
cy="60" | ||
/> | ||
<circle | ||
transform='rotate(-90 60 60) translate(-1 1)' | ||
class="progress-ring__circle" | ||
fill="transparent" | ||
stroke-width="10" | ||
stroke-dasharray="351.8583772021 351.8583772021" | ||
stroke-linecap="round" | ||
fill="transparent" | ||
r="56" | ||
cx="60" | ||
cy="60" | ||
/> | ||
</g> | ||
</defs> | ||
@@ -59,0 +83,0 @@ </svg> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32292
372
44