phx-react
Version:
PHX REACT
10 lines • 2.15 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = Icon;
const tslib_1 = require("tslib");
const react_1 = tslib_1.__importDefault(require("react"));
function Icon() {
return (react_1.default.createElement("svg", { fill: 'none', height: '12', viewBox: '0 0 12 12', width: '12', xmlns: 'http://www.w3.org/2000/svg' },
react_1.default.createElement("path", { d: 'M11.1193 3.57479L7.80028 0.256352C7.71903 0.17508 7.62256 0.11061 7.51638 0.0666245C7.41021 0.0226392 7.29641 0 7.18149 0C7.06657 0 6.95277 0.0226392 6.8466 0.0666245C6.74042 0.11061 6.64396 0.17508 6.5627 0.256352L3.62981 3.19854C3.04684 3.01588 1.71575 2.79549 0.326687 3.91713C0.230943 3.99412 0.152484 4.09041 0.0964195 4.19973C0.0403546 4.30905 0.00793963 4.42895 0.00128469 4.55163C-0.00537025 4.67431 0.013884 4.79701 0.057794 4.91175C0.101704 5.0265 0.169286 5.13071 0.25614 5.2176L2.89864 7.85901L0.565671 10.1903C0.483578 10.2724 0.437459 10.3838 0.437459 10.4999C0.437459 10.616 0.483578 10.7273 0.565671 10.8094C0.647764 10.8915 0.759105 10.9376 0.875202 10.9376C0.991299 10.9376 1.10264 10.8915 1.18473 10.8094L3.51606 8.47643L6.15692 11.1173C6.23811 11.1988 6.33457 11.2635 6.4408 11.3077C6.54703 11.3519 6.66093 11.3747 6.77598 11.3749C6.79676 11.3749 6.817 11.3749 6.83778 11.3749C6.96251 11.3662 7.08392 11.3308 7.19376 11.2711C7.3036 11.2114 7.39929 11.1287 7.47434 11.0287C8.5484 9.60135 8.44505 8.44088 8.19567 7.74745L11.1198 4.81237C11.201 4.73108 11.2655 4.63458 11.3094 4.52839C11.3534 4.4222 11.3759 4.30839 11.3759 4.19347C11.3758 4.07854 11.3531 3.96475 11.3091 3.8586C11.2651 3.75245 11.2006 3.65601 11.1193 3.57479ZM10.5002 4.19385L7.36825 7.3362C7.30357 7.40112 7.26091 7.48471 7.24629 7.57518C7.23167 7.66565 7.24583 7.75842 7.28676 7.84041C7.80411 8.87565 7.18833 9.95081 6.77598 10.4993L0.875202 4.59799C1.53583 4.06534 2.16801 3.92479 2.65145 3.92479C2.95821 3.9206 3.26244 3.98078 3.5445 4.10143C3.62679 4.14261 3.71997 4.1568 3.81079 4.14198C3.90161 4.12715 3.98544 4.08407 4.05036 4.01885L7.18176 0.874868L10.5002 4.19331V4.19385Z', fill: 'currentColor' })));
}
//# sourceMappingURL=pin.js.map