UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.79 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var WashingSIcon = 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: "M1.25 1.86538C1.25 0.850933 2.05861 0 3.09091 0H12.9091C13.9414 0 14.75 0.850942 14.75 1.86538V14.1346C14.75 15.1491 13.9414 16 12.9091 16H3.09091C2.05862 16 1.25 15.1491 1.25 14.1346V1.86538ZM3.09091 1.5C2.91823 1.5 2.75 1.64782 2.75 1.86538V3.34615H13.25V1.86538C13.25 1.64781 13.0818 1.5 12.9091 1.5H3.09091ZM13.25 4.84615H2.75V14.1346C2.75 14.3522 2.91823 14.5 3.09091 14.5H12.9091C13.0818 14.5 13.25 14.3522 13.25 14.1346V4.84615ZM6.61376 7.79655C7.36635 7.95958 8.1926 8.42535 8.66523 9.51955C8.94405 10.1651 9.40236 10.3531 9.83879 10.4007C10.0289 10.4214 10.2117 10.413 10.3635 10.3947C10.4198 10.194 10.45 9.98253 10.45 9.76349C10.45 8.46062 9.36764 7.37836 7.99999 7.37836C7.48387 7.37836 7.00696 7.53331 6.61376 7.79655ZM9.24854 11.8162C8.52119 11.6358 7.74181 11.1645 7.28819 10.1143C7.00937 9.46883 6.55106 9.28079 6.11463 9.23321C5.93271 9.21337 5.75745 9.2202 5.60974 9.23688C5.57066 9.40594 5.54999 9.5821 5.54999 9.76349C5.54999 11.0664 6.63234 12.1486 7.99999 12.1486C8.4572 12.1486 8.88373 12.027 9.24854 11.8162ZM4.33943 8.30142C4.92881 6.87492 6.35016 5.87836 7.99999 5.87836C10.167 5.87836 11.95 7.60339 11.95 9.76349C11.95 10.3307 11.8259 10.8712 11.6027 11.3585C10.9819 12.7133 9.59833 13.6486 7.99999 13.6486C5.83301 13.6486 4.04999 11.9236 4.04999 9.76349C4.04999 9.24752 4.15265 8.75348 4.33943 8.30142Z", fill: "currentColor" }))); }); WashingSIcon.displayName = 'WashingSIcon';