UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.01 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 Anchor = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.75 7.396a2.751 2.751 0 10-1.5 0V9H9.375a.75.75 0 000 1.5h1.875v10h-.247a5.25 5.25 0 01-5.25-5.25v-.812l.967.966a.75.75 0 001.06-1.06l-2.25-2.249a.75.75 0 00-1.06 0l-2.25 2.248a.75.75 0 101.06 1.062l.973-.973v.818a6.75 6.75 0 006.75 6.75h1.993a6.75 6.75 0 006.75-6.75v-.819l.974.974a.75.75 0 001.06-1.061l-2.25-2.249a.75.75 0 00-1.06 0l-2.25 2.248a.75.75 0 101.06 1.062l.966-.965v.81c0 2.9-2.35 5.25-5.25 5.25h-.246v-10h1.875a.75.75 0 000-1.5H12.75V7.396zm-2-2.646a1.25 1.25 0 112.5 0 1.25 1.25 0 01-2.5 0z", fill: "#323544" })); exports.default = Anchor;