@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 741 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var DramSIcon = 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: "M6.5 1.5c-1.51 0-2.75 1.282-2.75 2.75V5a.75.75 0 0 1-1.5 0v-.75C2.25 1.97 4.145 0 6.5 0s4.25 1.97 4.25 4.25v3H13a.75.75 0 0 1 0 1.5h-2.25v1.5H13a.75.75 0 0 1 0 1.5h-2.25v3.5a.75.75 0 0 1-1.5 0v-3.5H6a.75.75 0 0 1 0-1.5h3.25v-1.5H6a.75.75 0 0 1 0-1.5h3.25v-3c0-1.468-1.24-2.75-2.75-2.75", clipRule: "evenodd" }))); });
DramSIcon.displayName = 'DramSIcon';