iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 1.27 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 LinkFilled = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props },
React.createElement("g", { fillRule: "evenodd" },
React.createElement("circle", { fill: "currentColor", cx: "12", cy: "12", r: "10" }),
React.createElement("path", { d: "M11.75 16.15l.548-.537a.585.585 0 0 0 0-.838.61.61 0 0 0-.854 0l-.574.564c-.564.553-1.483.662-2.101.168a1.482 1.482 0 0 1-.119-2.223l1.694-1.663a1.543 1.543 0 0 1 2.156 0l.647.635.853-.839-.646-.635a2.775 2.775 0 0 0-3.863 0l-1.694 1.664a2.659 2.659 0 0 0 .208 3.979c1.104.884 2.738.715 3.746-.275", fill: "inherit" }),
React.createElement("path", { d: "M12.25 7.85l-.547.537a.585.585 0 0 0 0 .838.61.61 0 0 0 .853 0l.574-.564c.564-.553 1.483-.662 2.101-.168.71.57.75 1.603.119 2.223l-1.694 1.663a1.543 1.543 0 0 1-2.156 0l-.647-.635-.853.839.646.635a2.775 2.775 0 0 0 3.863 0l1.695-1.664a2.659 2.659 0 0 0-.209-3.979c-1.104-.884-2.738-.715-3.746.275", fill: "inherit" })));
exports.default = LinkFilled;