UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.4 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Squarespace = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M9.286 15.425c-.355.355-.355 1.002 0 1.357s1.002.355 1.357 0l6.139-6.139c.775-.775 1.97-.775 2.714 0 .775.776.775 1.971 0 2.714l-6.01 6.042c.776.776 1.971.776 2.714 0l4.685-4.685c1.487-1.486 1.487-3.942 0-5.493-1.486-1.486-3.942-1.486-5.492 0l-6.107 6.204zm9.564-4.103c-.356-.356-1.002-.356-1.357 0l-6.14 6.17c-.775.776-1.97.776-2.713 0-.356-.355-1.002-.355-1.357 0-.356.356-.356 1.002 0 1.358 1.486 1.486 3.942 1.486 5.492 0l6.107-6.139c.323-.388.323-1.034-.032-1.39zM8.607 14.714l6.14-6.139c.355-.355.355-1.001 0-1.357-.356-.355-1.002-.355-1.358 0l-6.17 6.14c-.776.775-1.972.775-2.715 0a1.95 1.95 0 010-2.78l6.01-5.977c-.776-.775-1.971-.775-2.714 0L3.115 9.286c-1.487 1.486-1.487 3.942 0 5.493 1.486 1.486 4.006 1.486 5.492-.065zM5.215 12.68c.355.355 1.001.355 1.357 0l6.171-6.14c.776-.775 1.971-.775 2.714 0 .356.356 1.002.356 1.357 0 .356-.355.356-1 0-1.356-1.486-1.487-3.942-1.487-5.492 0l-6.14 6.139a.912.912 0 00.033 1.357z", fill: "#323544" })); exports.default = Squarespace;