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 WashingMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.75 4.173C3.75 3.003 4.666 2 5.864 2h12.272c1.198 0 2.114 1.003 2.114 2.173v15.654c0 1.17-.916 2.173-2.114 2.173H5.864c-1.198 0-2.114-1.003-2.114-2.173zM5.864 3.5c-.31 0-.614.27-.614.673V6.27h13.5V4.173c0-.402-.305-.673-.614-.673zM18.75 7.77H5.25v12.057c0 .402.305.673.614.673h12.272c.31 0 .614-.27.614-.673zm-8.966 4.102.044.005c.995.11 2.19.627 2.834 2.149.385.91 1.03 1.177 1.618 1.243.307.034.597.01.815-.025a3.25 3.25 0 0 0-5.311-3.372m4.287 4.883a3.25 3.25 0 0 1-5.206-3.365 3 3 0 0 1 .797-.023c.588.066 1.233.333 1.618 1.243.635 1.5 1.805 2.024 2.791 2.145m-6.475-4.286a4.751 4.751 0 1 1 8.74 3.725 4.75 4.75 0 0 1-8.74-3.725", clipRule: "evenodd" }))); }); WashingMIcon.displayName = 'WashingMIcon';