open-icon
Version:
Open Icon
4 lines (3 loc) • 2.9 kB
TypeScript
declare const IconToyBlocks2 = "<svg id=\"toy-blocks-2\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><rect x=\"23.23\" y=\"25.53\" width=\"28.47\" height=\"14.23\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\"/><path d=\"M27.79,20h5.12c.55,0,1,.45,1,1v4.53h-7.12v-4.53c0-.55.45-1,1-1Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\"/><rect x=\"9\" y=\"39.77\" width=\"28.47\" height=\"14.23\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\"/><path d=\"M13.56,34.23h5.12c.55,0,1,.45,1,1v4.53h-7.12v-4.53c0-.55.45-1,1-1Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\"/><rect x=\"37.47\" y=\"39.77\" width=\"28.47\" height=\"14.23\" transform=\"translate(103.4 93.77) rotate(-180)\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\"/><path d=\"M55.26,34.23h7.12v4.53c0,.55-.45,1-1,1h-5.12c-.55,0-1-.45-1-1v-4.53h0Z\" transform=\"translate(117.63 74) rotate(-180)\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\"/><path d=\"M42.02,20h5.12c.55,0,1,.45,1,1v4.53h-7.12v-4.53c0-.55.45-1,1-1Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\"/><rect x=\"23.23\" y=\"25.53\" width=\"28.47\" height=\"14.23\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M27.79,20h5.12c.55,0,1,.45,1,1v4.53h-7.12v-4.53c0-.55.45-1,1-1Z\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><rect x=\"9\" y=\"39.77\" width=\"28.47\" height=\"14.23\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M13.56,34.23h5.12c.55,0,1,.45,1,1v4.53h-7.12v-4.53c0-.55.45-1,1-1Z\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><rect x=\"37.47\" y=\"39.77\" width=\"28.47\" height=\"14.23\" transform=\"translate(103.4 93.77) rotate(-180)\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M55.26,34.23h7.12v4.53c0,.55-.45,1-1,1h-5.12c-.55,0-1-.45-1-1v-4.53h0Z\" transform=\"translate(117.63 74) rotate(-180)\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M42.02,20h5.12c.55,0,1,.45,1,1v4.53h-7.12v-4.53c0-.55.45-1,1-1Z\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></svg>";
export default IconToyBlocks2;
export { IconToyBlocks2 };