UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.1 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FoodSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.115.356a.75.75 0 0 1 .74-.016c2.25 1.21 3.46 3.448 4.111 5.554.655 2.115.784 4.216.784 5.337a.75.75 0 0 1-.75.75h-3.75V15a.75.75 0 0 1-1.5 0V1a.75.75 0 0 1 .365-.644m1.135 10.125h2.981c-.052-1.085-.226-2.62-.697-4.144-.46-1.485-1.18-2.893-2.284-3.893zM2 .25a.75.75 0 0 1 .75.75v2.692c0 .533.197 1.033.532 1.394q.212.226.468.36V1a.75.75 0 0 1 1.5 0v4.447c.17-.09.33-.212.468-.361.166-.178.3-.393.392-.633s.14-.498.14-.76V1a.75.75 0 0 1 1.5 0v2.692c0 .445-.081.886-.24 1.3a3.5 3.5 0 0 1-.693 1.114c-.299.322-.657.581-1.055.759a3 3 0 0 1-.512.177V15a.75.75 0 0 1-1.5 0V7.042a3.2 3.2 0 0 1-1.567-.936 3.55 3.55 0 0 1-.933-2.414V1A.75.75 0 0 1 2 .25", clipRule: "evenodd" }))); }); FoodSIcon.displayName = 'FoodSIcon';