UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.34 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var SearchSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.2045 2.2045C3.45595 0.953056 5.15328 0.25 6.92309 0.25C8.69291 0.25 10.3902 0.953056 11.6417 2.2045C12.8931 3.45595 13.5962 5.15328 13.5962 6.92309C13.5962 8.44108 13.079 9.90574 12.1421 11.0815L15.5304 14.4697C15.8233 14.7626 15.8233 15.2375 15.5304 15.5304C15.2375 15.8233 14.7626 15.8233 14.4697 15.5304L11.0815 12.1421C9.90574 13.079 8.44108 13.5962 6.92309 13.5962C5.15328 13.5962 3.45595 12.8931 2.2045 11.6417C0.953056 10.3902 0.25 8.69291 0.25 6.92309C0.25 5.15328 0.953056 3.45595 2.2045 2.2045ZM6.92309 1.75C5.5511 1.75 4.23531 2.29502 3.26516 3.26516C2.29502 4.23531 1.75 5.5511 1.75 6.92309C1.75 8.29508 2.29502 9.61088 3.26516 10.581C4.23531 11.5512 5.5511 12.0962 6.92309 12.0962C8.29508 12.0962 9.61088 11.5512 10.581 10.581C11.5512 9.61088 12.0962 8.29508 12.0962 6.92309C12.0962 5.5511 11.5512 4.23531 10.581 3.26516C9.61088 2.29502 8.29508 1.75 6.92309 1.75Z", fill: "currentColor" }))); }); SearchSIcon.displayName = 'SearchSIcon';