iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 924 B
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 Loom = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M22 10.903h-5.839l5.065-2.935-1.097-1.936-5.065 2.936L18 3.903l-1.936-1.129L13.13 7.84V2h-2.226v5.839L7.968 2.774 6.032 3.871l2.936 5.064-5.065-2.903-1.097 1.936 5.065 2.935H2v2.226h5.839l-5.065 2.903 1.097 1.936 5.064-2.936L6 20.097l1.935 1.096 2.936-5.064V22h2.226v-5.839l2.935 5.065 1.936-1.097-2.936-5.065L20.097 18l1.096-1.936-5.064-2.935H22v-2.226zm-10 4.13A3.029 3.029 0 018.968 12 3.029 3.029 0 0112 8.968 3.029 3.029 0 0115.032 12 3.029 3.029 0 0112 15.032z", fill: "#323544" }));
exports.default = Loom;