@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.77 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var WashingMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.75 4.17308C3.75 3.0034 4.66648 2 5.86364 2H18.1364C19.3336 2 20.25 3.00341 20.25 4.17308V19.8269C20.25 20.9966 19.3335 22 18.1364 22H5.86364C4.66649 22 3.75 20.9966 3.75 19.8269V4.17308ZM5.86364 3.5C5.55458 3.5 5.25 3.77087 5.25 4.17308V6.26923H18.75V4.17308C18.75 3.77086 18.4454 3.5 18.1364 3.5H5.86364ZM18.75 7.76923H5.25V19.8269C5.25 20.2291 5.55457 20.5 5.86364 20.5H18.1364C18.4454 20.5 18.75 20.2292 18.75 19.8269V7.76923ZM9.7843 11.8721C9.79878 11.8736 9.8133 11.8751 9.82786 11.8767C10.823 11.9875 12.0178 12.5045 12.6616 14.0259C13.0469 14.9363 13.6921 15.2034 14.2798 15.2688C14.5867 15.3029 14.877 15.2789 15.0954 15.2438C15.1957 14.9312 15.25 14.5975 15.25 14.25C15.25 12.455 13.7949 11 12 11C11.1443 11 10.3651 11.3308 9.7843 11.8721ZM14.0713 16.7546C13.5086 17.2204 12.7867 17.5 12 17.5C10.2051 17.5 8.74998 16.0449 8.74998 14.25C8.74998 13.9514 8.79006 13.663 8.8649 13.3896C9.08111 13.3561 9.36365 13.3343 9.66195 13.3675C10.2496 13.4329 10.8949 13.7 11.2802 14.6105C11.9148 16.1102 13.0849 16.6339 14.0713 16.7546ZM7.59554 12.4686C8.29963 10.7292 10.0054 9.49997 12 9.49997C14.6233 9.49997 16.75 11.6266 16.75 14.25C16.75 14.9409 16.602 15.5993 16.3353 16.1935C15.5933 17.8464 13.9322 19 12 19C9.37663 19 7.24998 16.8733 7.24998 14.25C7.24998 13.6214 7.37246 13.0197 7.59554 12.4686Z", fill: "currentColor" }))); });
WashingMIcon.displayName = 'WashingMIcon';