phx-react
Version:
PHX REACT
10 lines • 3.25 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: 'M1.19731 1.0176C1.15889 0.974293 1.11226 0.939041 1.06011 0.913888C1.00797 0.888734 0.951347 0.874181 0.893536 0.871071C0.835725 0.867961 0.777872 0.876356 0.723329 0.895769C0.668786 0.915183 0.618639 0.945229 0.575794 0.984166C0.532949 1.0231 0.498258 1.07016 0.473732 1.1226C0.449205 1.17504 0.435332 1.23183 0.432915 1.28968C0.430498 1.34752 0.439586 1.40527 0.459652 1.45958C0.479719 1.51388 0.510364 1.56366 0.549812 1.60604L1.93286 3.12745C1.34251 3.25954 0.792005 3.53002 0.326686 3.91659C0.230942 3.99358 0.152484 4.08986 0.0964193 4.19918C0.0403544 4.3085 0.00793963 4.4284 0.00128469 4.55108C-0.00537025 4.67376 0.013884 4.79646 0.057794 4.91121C0.101704 5.02595 0.169286 5.13016 0.25614 5.21706L2.897 7.85846L0.56403 10.1898C0.481937 10.2719 0.435818 10.3832 0.435818 10.4993C0.435818 10.6154 0.481937 10.7268 0.56403 10.8089C0.646123 10.8909 0.757465 10.9371 0.873561 10.9371C0.989658 10.9371 1.101 10.8909 1.18309 10.8089L3.51442 8.47588L6.15528 11.1167C6.23647 11.1983 6.33293 11.263 6.43916 11.3072C6.54539 11.3514 6.65929 11.3742 6.77434 11.3743C6.79512 11.3743 6.81536 11.3743 6.83614 11.3743C6.96087 11.3657 7.08228 11.3303 7.19212 11.2706C7.30196 11.2108 7.39765 11.1282 7.4727 11.0281C7.73116 10.6878 7.94405 10.3151 8.10598 9.91963L9.30036 11.2321C9.33878 11.2754 9.38541 11.3107 9.43756 11.3358C9.4897 11.361 9.54632 11.3756 9.60413 11.3787C9.66195 11.3818 9.7198 11.3734 9.77434 11.354C9.82888 11.3346 9.87903 11.3045 9.92188 11.2656C9.96472 11.2266 9.99941 11.1796 10.0239 11.1271C10.0485 11.0747 10.0623 11.0179 10.0648 10.9601C10.0672 10.9022 10.0581 10.8445 10.038 10.7902C10.018 10.7359 9.98731 10.6861 9.94786 10.6437L1.19731 1.0176ZM6.77434 10.4993L0.873561 4.59745C1.43301 4.14627 2.03294 3.92151 2.65966 3.92643L7.42622 9.16987C7.30427 9.70963 7.01169 10.1838 6.77434 10.4993ZM11.1176 4.81182L8.67637 7.26127C8.6358 7.30196 8.58761 7.33425 8.53455 7.35631C8.48149 7.37837 8.42461 7.38976 8.36715 7.38984C8.30969 7.38992 8.25278 7.37867 8.19966 7.35676C8.14655 7.33484 8.09827 7.30267 8.05759 7.26209C8.0169 7.22152 7.98461 7.17333 7.96255 7.12027C7.94049 7.06721 7.9291 7.01033 7.92902 6.95287C7.92894 6.89541 7.94019 6.8385 7.9621 6.78538C7.98402 6.73227 8.01619 6.68399 8.05677 6.64331L10.4986 4.19385L7.18012 0.874321L4.92591 3.13565C4.84333 3.21439 4.73326 3.25775 4.61917 3.2565C4.50508 3.25524 4.396 3.20946 4.31518 3.12893C4.23435 3.04839 4.18819 2.93947 4.18653 2.82538C4.18488 2.7113 4.22785 2.60108 4.3063 2.51823L6.56106 0.256352C6.64232 0.17508 6.73878 0.11061 6.84496 0.0666245C6.95113 0.0226392 7.06493 0 7.17985 0C7.29477 0 7.40857 0.0226392 7.51475 0.0666245C7.62092 0.11061 7.71739 0.17508 7.79864 0.256352L11.1176 3.57479C11.2816 3.73887 11.3737 3.96134 11.3737 4.19331C11.3737 4.42527 11.2816 4.64774 11.1176 4.81182Z', fill: 'currentColor' })));
}
//# sourceMappingURL=un-pin.js.map