UNPKG

open-icon

Version:

Open Icon

4 lines (3 loc) 767 B
declare const IconFactory = "<svg id=\"factory\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><polygon points=\"9 58.5 9 45 9 31.5 27 40.5 27 31.5 45 40.5 45 40.5 45 31.5 63 40.5 63 58.5 9 58.5\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\"/><polygon points=\"9 58.5 9 45 9 31.5 27 40.5 27 31.5 45 40.5 45 40.5 45 31.5 63 40.5 63 58.5 9 58.5\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><polyline points=\"9 49.5 9 13.5 18 13.5 18 36\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></svg>"; export default IconFactory; export { IconFactory };