@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.9 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FoodSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FoodSIcon = (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: "M9.11541 0.356113C9.34204 0.220748 9.62315 0.214494 9.85558 0.339647C12.1041 1.55041 13.3148 3.78837 13.9665 5.89362C14.6213 8.00926 14.75 10.1097 14.75 11.2308C14.75 11.645 14.4142 11.9808 14 11.9808H10.25V15C10.25 15.4142 9.91421 15.75 9.5 15.75C9.08579 15.75 8.75 15.4142 8.75 15V1C8.75 0.73602 8.88878 0.491478 9.11541 0.356113ZM10.25 10.4808H13.2313C13.1794 9.39589 13.0054 7.86173 12.5335 6.33715C12.0737 4.85162 11.3536 3.44446 10.25 2.44449V10.4808ZM2 0.25C2.41421 0.25 2.75 0.585787 2.75 1V3.69231C2.75 4.22464 2.94688 4.725 3.28183 5.08572C3.42164 5.23629 3.58017 5.35714 3.75 5.4467V1C3.75 0.585787 4.08579 0.25 4.5 0.25C4.91421 0.25 5.25 0.585787 5.25 1V5.44667C5.42076 5.35656 5.57931 5.23526 5.71817 5.08572C5.88358 4.90758 6.01747 4.69315 6.10969 4.45337C6.20194 4.21354 6.25 3.95478 6.25 3.69231V1C6.25 0.585787 6.58579 0.25 7 0.25C7.41421 0.25 7.75 0.585787 7.75 1V3.69231C7.75 4.13696 7.66873 4.57839 7.50971 4.99185C7.35066 5.40536 7.11624 5.78452 6.81736 6.10639C6.51837 6.42838 6.16038 6.68702 5.76225 6.86462C5.59624 6.93867 5.42489 6.99789 5.25 7.04179V15C5.25 15.4142 4.91421 15.75 4.5 15.75C4.08579 15.75 3.75 15.4142 3.75 15V7.04185C3.15555 6.89264 2.61171 6.56847 2.18264 6.10639C1.57991 5.4573 1.25 4.58807 1.25 3.69231V1C1.25 0.585787 1.58579 0.25 2 0.25Z", fill: "currentColor" }))); });
exports.FoodSIcon.displayName = 'FoodSIcon';