@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
48 lines (47 loc) • 2 kB
JavaScript
"use strict";import{tag as c}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const TranscriptIcon=({width:t=24,height:r=24,hidden:l=!1,title:e="Transcript"}={})=>c`<svg
xmlns="http://www.w3.org/2000/svg"
width="${t}"
height="${r}"
viewBox="0 0 20 20"
aria-hidden=${l?"true":"false"}
role="img"
fill="currentColor"
aria-label="${e}"
>
<path
d="M1.75,16.65234c-.41406,0-.75-.33594-.75-.75v-6.5c0-.41406.33594-.75.75-.75s.75.33594.75.75v6.5c0,.41406-.33594.75-.75.75Z"
fill="currentColor"
stroke-width="0"
/>
<path
d="M4.75,19c-.41406,0-.75-.33594-.75-.75V6.75c0-.41406.33594-.75.75-.75s.75.33594.75.75v11.5c0,.41406-.33594.75-.75.75Z"
fill="currentColor"
stroke-width="0"
/>
<path
d="M7.75,15.65234c-.41406,0-.75-.33594-.75-.75v-4.5c0-.41406.33594-.75.75-.75s.75.33594.75.75v4.5c0,.41406-.33594.75-.75.75Z"
fill="currentColor"
stroke-width="0"
/>
<path
d="M16.75,18h-5.5c-.41406,0-.75-.33594-.75-.75s.33594-.75.75-.75h5.5c.41309,0,.75-.33691.75-.75V3.25c0-.41309-.33691-.75-.75-.75H7.25c-.41309,0-.75.33691-.75.75v.47949c0,.41406-.33594.75-.75.75s-.75-.33594-.75-.75v-.47949c0-1.24023,1.00977-2.25,2.25-2.25h9.5c1.24023,0,2.25,1.00977,2.25,2.25v12.5c0,1.24023-1.00977,2.25-2.25,2.25Z"
fill="currentColor"
stroke-width="0"
/>
<path
d="M15,6.5h-6c-.41406,0-.75-.33594-.75-.75s.33594-.75.75-.75h6c.41406,0,.75.33594.75.75s-.33594.75-.75.75Z"
fill="currentColor"
stroke-width="0"
/>
<path
d="M15,10.5h-3.75c-.41406,0-.75-.33594-.75-.75s.33594-.75.75-.75h3.75c.41406,0,.75.33594.75.75s-.33594.75-.75.75Z"
fill="currentColor"
stroke-width="0"
/>
<path
d="M15,14.5h-3.75c-.41406,0-.75-.33594-.75-.75s.33594-.75.75-.75h3.75c.41406,0,.75.33594.75.75s-.33594.75-.75.75Z"
fill="currentColor"
stroke-width="0"
/>
</svg>`;
//# sourceMappingURL=Transcript.js.map