@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 609 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var MinusSIcon = 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 8C1 7.58579 1.30329 7.25 1.67742 7.25H14.3226C14.6967 7.25 15 7.58579 15 8C15 8.41421 14.6967 8.75 14.3226 8.75H1.67742C1.30329 8.75 1 8.41421 1 8Z", fill: "currentColor" }))); });
MinusSIcon.displayName = 'MinusSIcon';