iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.76 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 ShieldDollar = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.252 5.5a.75.75 0 01.75.75v.438c.99.15 1.75 1.006 1.75 2.039a.75.75 0 11-1.5 0 .563.563 0 00-.563-.563h-.687a.75.75 0 00-.75.75v.265a.75.75 0 00.487.703l1.553.582a2.25 2.25 0 011.46 2.107v.265a2.25 2.25 0 01-1.75 2.194v.47a.75.75 0 11-1.5 0v-.438a2.063 2.063 0 01-1.75-2.039.75.75 0 111.5 0c0 .311.252.563.563.563h.687a.75.75 0 00.75-.75v-.265a.75.75 0 00-.487-.702l-1.553-.583a2.25 2.25 0 01-1.46-2.107v-.265a2.25 2.25 0 011.75-2.194v-.47a.75.75 0 01.75-.75z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.187 2.353a2.25 2.25 0 00-1.871 0L5.592 4.971a2.25 2.25 0 00-1.315 2.046v5.465c0 1.557.478 3.103 1.481 4.344.8.99 1.887 2.248 2.998 3.264.555.508 1.134.972 1.702 1.313.553.333 1.174.597 1.793.597.62 0 1.24-.264 1.794-.597.568-.341 1.147-.805 1.702-1.313 1.111-1.016 2.197-2.273 2.998-3.264 1.003-1.241 1.48-2.787 1.48-4.344V7.017c0-.88-.513-1.68-1.314-2.046l-5.724-2.618zM11.94 3.717a.75.75 0 01.624 0l5.724 2.618a.75.75 0 01.438.682v5.465c0 1.254-.384 2.457-1.147 3.401-.782.968-1.813 2.158-2.843 3.1-.516.472-1.013.864-1.463 1.135-.464.279-.803.382-1.02.382-.218 0-.557-.103-1.022-.382-.45-.27-.947-.663-1.462-1.135-1.03-.942-2.061-2.132-2.843-3.1-.763-.944-1.148-2.147-1.148-3.4V7.016a.75.75 0 01.438-.682l5.724-2.618z", fill: "#323544" }));
exports.default = ShieldDollar;