iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.25 kB
JavaScript
;
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 Transform = (props) => React.createElement("svg", { viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M.85 1.75a.9.9 0 01.9-.9h1.5a.9.9 0 01.9.9v.3h6.7v-.3a.9.9 0 01.9-.9h1.5a.9.9 0 01.9.9v1.5a.9.9 0 01-.9.9h-.3v6.7h.3a.9.9 0 01.9.9v1.5a.9.9 0 01-.9.9h-1.5a.9.9 0 01-.9-.9v-.3h-6.7v.3a.9.9 0 01-.9.9h-1.5a.9.9 0 01-.9-.9v-1.5a.9.9 0 01.9-.9h.3v-6.7h-.3a.9.9 0 01-.9-.9v-1.5zm2.1 2.4v6.7h.3a.9.9 0 01.9.9v.3h6.7v-.3a.9.9 0 01.9-.9h.3v-6.7h-.3a.9.9 0 01-.9-.9v-.3h-6.7v.3a.9.9 0 01-.9.9h-.3zm-.6-2.4h-.6v1.5h1.5v-1.5H2.35zM5.1 6a.9.9 0 01.9-.9h1a.9.9 0 01.9.9v1a.91.91 0 01-.006.106A.908.908 0 018 7.1h1a.9.9 0 01.9.9v1a.9.9 0 01-.9.9H8a.9.9 0 01-.9-.9V8c0-.036.002-.071.006-.106A.91.91 0 017 7.9H6a.9.9 0 01-.9-.9V6zm1 0H6v1h1V6h-.9zM8 8h1v1H8V8zm-5.35 3.75H1.75v1.5h1.5v-1.5h-.6zm9.1-10h1.5v1.5h-1.5v-1.5zm.9 10H11.75v1.5h1.5v-1.5h-.6z", fill: "currentColor" }));
exports.default = Transform;