@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 932 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var SmileSIcon = 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: "M2.52 2.52a7.75 7.75 0 1 1 10.96 10.96A7.75 7.75 0 0 1 2.52 2.52M8 1.75a6.25 6.25 0 1 0 0 12.5 6.25 6.25 0 0 0 0-12.5M4.856 5.395a1.02 1.02 0 1 1 1.442 1.441 1.02 1.02 0 0 1-1.442-1.441m4.846 0a1.02 1.02 0 1 1 1.442 1.441 1.02 1.02 0 0 1-1.442-1.441m-5.457 2.96a.75.75 0 0 1 .924.521c.422 1.52 2.137 2.482 3.68 2.07.97-.362 1.732-1.153 1.981-2.066a.75.75 0 0 1 1.447.394c-.394 1.447-1.558 2.589-2.944 3.092l-.055.018c-2.328.647-4.902-.759-5.555-3.106a.75.75 0 0 1 .522-.924", clipRule: "evenodd" }))); });
SmileSIcon.displayName = 'SmileSIcon';