iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 775 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 Semaphoreci = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M21.503 13.255l-4.158-4.228a3.038 3.038 0 00-4.359 0l-3.292 3.347a1.207 1.207 0 01-1.721 0l-1.631-1.659L10.5 6.487a6.532 6.532 0 019.342 0L24 10.715zM8.83 19.479a6.53 6.53 0 01-4.671-1.965L0 13.295l2.487-2.529 4.157 4.218a3.056 3.056 0 004.36 0l3.291-3.348a1.207 1.207 0 011.721 0l1.631 1.659-4.147 4.229a6.519 6.519 0 01-4.671 1.955z" }));
exports.default = Semaphoreci;