UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 770 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MinusSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.MinusSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.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" }))); }); exports.MinusSIcon.displayName = 'MinusSIcon';