UNPKG

@ozen-ui/icons

Version:

A collection of icons

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