UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.26 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var WashingSIcon = 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: "M1.25 1.865C1.25.851 2.059 0 3.09 0h9.82c1.031 0 1.84.85 1.84 1.865v12.27c0 1.014-.809 1.865-1.84 1.865H3.09c-1.031 0-1.84-.85-1.84-1.865zM3.09 1.5a.354.354 0 0 0-.34.365v1.481h10.5v-1.48a.354.354 0 0 0-.34-.366zm10.16 3.346H2.75v9.289c0 .217.168.365.34.365h9.82c.172 0 .34-.148.34-.365zm-6.636 2.95c.752.164 1.579.63 2.051 1.724.28.645.737.833 1.174.88.19.021.373.013.524-.005q.086-.302.087-.632c0-1.302-1.082-2.385-2.45-2.385-.516 0-.993.155-1.386.419m2.635 4.02c-.728-.18-1.507-.652-1.96-1.702-.28-.645-.738-.833-1.174-.88a2.3 2.3 0 0 0-.505.003q-.06.254-.06.526c0 1.303 1.082 2.386 2.45 2.386.457 0 .884-.122 1.249-.333m-4.91-3.515A3.95 3.95 0 0 1 8 5.878c2.167 0 3.95 1.725 3.95 3.885 0 .568-.124 1.108-.347 1.595A3.95 3.95 0 0 1 8 13.648c-2.167 0-3.95-1.724-3.95-3.885 0-.515.103-1.01.29-1.462", clipRule: "evenodd" }))); }); WashingSIcon.displayName = 'WashingSIcon';