UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.08 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var DramSIcon = 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: "M6.5 1.5C4.98932 1.5 3.75 2.78164 3.75 4.25V5C3.75 5.41421 3.41421 5.75 3 5.75C2.58579 5.75 2.25 5.41421 2.25 5V4.25C2.25 1.96952 4.14469 0 6.5 0C8.85531 0 10.75 1.96952 10.75 4.25V7.25H13C13.4142 7.25 13.75 7.58579 13.75 8C13.75 8.41421 13.4142 8.75 13 8.75H10.75V10.25H13C13.4142 10.25 13.75 10.5858 13.75 11C13.75 11.4142 13.4142 11.75 13 11.75H10.75V15.25C10.75 15.6642 10.4142 16 10 16C9.58579 16 9.25 15.6642 9.25 15.25V11.75H6C5.58579 11.75 5.25 11.4142 5.25 11C5.25 10.5858 5.58579 10.25 6 10.25H9.25V8.75H6C5.58579 8.75 5.25 8.41421 5.25 8C5.25 7.58579 5.58579 7.25 6 7.25H9.25V4.25C9.25 2.78164 8.01068 1.5 6.5 1.5Z", fill: "currentColor" }))); }); DramSIcon.displayName = 'DramSIcon';