UNPKG

open-icon

Version:

Open Icon

8 lines (7 loc) 2.71 kB
// lib/icons/idea-factory.ts var IconIdeaFactory = `<svg id="idea-factory" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M33,39c0-6.63-5.37-12-12-12s-12,5.37-12,12c0,9,7.2,12,7.2,18v3.33c0,1.47,1.19,2.67,2.67,2.67h4.27c1.47,0,2.67-1.19,2.67-2.67v-3.33c0-6,7.2-9,7.2-18" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><polygon points="41.14 43.31 38.28 48.28 40.64 51.53 38.28 54.78 41.14 59.75 45.14 59.33 46.78 63 52.51 63 54.15 59.33 58.14 59.75 61.01 54.78 58.65 51.53 61.01 48.28 58.14 43.31 54.15 43.73 52.51 40.06 46.78 40.06 45.14 43.73 41.14 43.31" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><line x1="15" y1="57" x2="27" y2="57" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M24,42c0,1.66-1.34,3-3,3s-3-1.34-3-3" style="fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="21" y1="45" x2="21" y2="57" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M33,39c0-6.63-5.37-12-12-12s-12,5.37-12,12c0,9,7.2,12,7.2,18v3.33c0,1.47,1.19,2.67,2.67,2.67h4.27c1.47,0,2.67-1.19,2.67-2.67v-3.33c0-6,7.2-9,7.2-18" style="fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M49.5,31.5V13c0-2.21-1.79-4-4-4h-19c-2.21,0-4,1.79-4,4v5" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polyline points="40.5 22.5 49.5 31.5 58.5 22.5" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polygon points="41.14 43.31 38.28 48.28 40.64 51.53 38.28 54.78 41.14 59.75 45.14 59.33 46.78 63 52.51 63 54.15 59.33 58.14 59.75 61.01 54.78 58.65 51.53 61.01 48.28 58.14 43.31 54.15 43.73 52.51 40.06 46.78 40.06 45.14 43.73 41.14 43.31" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><circle cx="49.5" cy="51.53" r="1.75" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`; var idea_factory_default = IconIdeaFactory; export { IconIdeaFactory, idea_factory_default as default };