UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.81 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LikeSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.LikeSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.84458 0.32115C9.47756 0.535354 9.78571 1.14049 9.78571 1.73255V3.38703C9.78571 3.80124 10.1215 4.13703 10.5357 4.13703H13.869C14.5712 4.13703 15.1457 4.38403 15.5276 4.8493C15.8885 5.2889 16 5.82949 16 6.28902V6.31073L15.6546 12.272C15.6472 12.8296 15.3873 13.4248 14.9982 13.8762C14.5917 14.3479 13.9669 14.75 13.1786 14.75H4.89286C4.42912 14.75 3.94419 14.6314 3.58175 14.2634C3.41657 14.0957 3.30311 13.9028 3.22865 13.6985H2.25C1.00736 13.6985 0 12.6911 0 11.4485V7.43852C0 6.19588 1.00736 5.18852 2.25 5.18852H3.5059L7.09858 0.87796L7.12044 0.855766C7.58473 0.384407 8.21738 0.108904 8.84458 0.32115ZM3.10714 6.68852H2.25C1.83579 6.68852 1.5 7.02431 1.5 7.43852V11.4485C1.5 11.8627 1.83579 12.1985 2.25 12.1985H3.10714V6.68852ZM4.60714 6.21009V12.9485C4.60714 13.1295 4.64101 13.1959 4.65048 13.2104C4.66572 13.2201 4.72816 13.25 4.89286 13.25H13.1786C13.4259 13.25 13.6643 13.1263 13.8619 12.897C14.0713 12.6541 14.1548 12.3839 14.1548 12.2475V12.2258L14.4999 6.26961C14.4967 6.03893 14.437 5.88482 14.3682 5.801C14.3186 5.74053 14.2026 5.63703 13.869 5.63703H10.5357C9.29307 5.63703 8.28571 4.62967 8.28571 3.38703V1.82165C8.26263 1.83953 8.23681 1.86168 8.20852 1.88909L4.60714 6.21009Z", fill: "currentColor" }))); }); exports.LikeSIcon.displayName = 'LikeSIcon';