@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
18 lines (17 loc) • 2.55 kB
JavaScript
;import{tag as s}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const ChannelIcon=({width:l=24,height:c=24,hidden:e=!1,title:t="Channel"}={})=>s`<svg
xmlns="http://www.w3.org/2000/svg"
width="${l}"
height="${c}"
viewBox="0 0 20 20"
aria-hidden=${e?"true":"false"}
role="img"
fill="currentColor"
aria-label="${t}"
>
<path
d="M18.18066,8.6637c-.71301-.36316-1.57538-.09729-1.97235.5863h-2.53412c-.16498-.8092-.60059-1.51355-1.19611-2.04248l1.27319-2.20532c.28003.00012.56329-.07581.81567-.23975.69458-.45117.89185-1.38013.44067-2.07458-.45117-.69458-1.38-.89197-2.07458-.4408-.67102.43604-.87195,1.31592-.47839,2.00146l-1.27576,2.20972c-.37292-.12451-.76459-.20825-1.17889-.20825-.41425,0-.80597.08362-1.17883.20825l-1.27362-2.20605c.13995-.24243.21588-.52563.20007-.82617-.04346-.82703-.74921-1.46228-1.57629-1.41882s-1.4624.74915-1.41895,1.57629c.04199.79907.70361,1.41309,1.4942,1.41504l1.27527,2.20898c-.59546.52893-1.03107,1.23328-1.19604,2.04248h-2.52966c-.14001-.24243-.34741-.44971-.61548-.5863-.73804-.37598-1.64105-.0824-2.01697.65564s-.0824,1.64111.65564,2.01697c.71301.36316,1.57538.09729,1.97235-.5863h2.53412c.16498.8092.60059,1.51355,1.19611,2.04248l-1.27313,2.2052c-.28003,0-.56335.07593-.81573.23987-.69458.45117-.89185,1.38-.44067,2.07458s1.38.89185,2.07458.44067c.67102-.43591.87189-1.31567.47839-2.00134l1.27576-2.20972c.37292.12451.76459.20825,1.17889.20825.41425,0,.80597-.08362,1.17883-.20825l1.27362,2.20605c-.13995.24243-.21588.52563-.20007.82605.04346.82703.74921,1.4624,1.57629,1.41895s1.4624-.74915,1.41895-1.57629c-.04199-.79907-.70361-1.41309-1.4942-1.41504l-1.27527-2.20898c.59546-.52893,1.03107-1.23328,1.19604-2.04248h2.52966c.14001.24243.34741.44971.61548.5863.73804.37585,1.64105.0824,2.01697-.65564s.0824-1.64111-.65564-2.01697ZM11.70422,11.45203c-.32843.38489-.77783.66089-1.29504.75659-.13312.02466-.26904.04138-.40918.04138s-.27612-.01685-.40924-.0415c-.51721-.0957-.96649-.37158-1.29498-.75647-.17596-.2063-.3147-.44177-.40753-.70203-.08411-.23584-.13824-.48584-.13824-.75s.05414-.51416.13824-.75c.09277-.26025.23151-.49585.40753-.70203.32843-.38489.77783-.66089,1.29504-.75659.13312-.02466.26904-.04138.40918-.04138s.27612.01685.40924.0415c.51721.0957.96649.37158,1.29498.75635.17603.2063.3147.44189.40753.70215.08411.23584.13824.48584.13824.75s-.05414.51416-.13824.75c-.09277.26025-.23151.49585-.40753.70203Z"
fill="currentColor"
stroke-width="0"
/>
</svg>`;
//# sourceMappingURL=Channel.js.map