@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.22 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DramMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.DramMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 4.5C8.20507 4.5 6.75 5.95507 6.75 7.75V8.25C6.75 8.66421 6.41421 9 6 9C5.58579 9 5.25 8.66421 5.25 8.25V7.75C5.25 5.12665 7.37665 3 10 3C12.6234 3 14.75 5.12665 14.75 7.75V11.5H18C18.4142 11.5 18.75 11.8358 18.75 12.25C18.75 12.6642 18.4142 13 18 13H14.75V14.5H18C18.4142 14.5 18.75 14.8358 18.75 15.25C18.75 15.6642 18.4142 16 18 16H14.75V20.25C14.75 20.6642 14.4142 21 14 21C13.5858 21 13.25 20.6642 13.25 20.25V16H8.75C8.33579 16 8 15.6642 8 15.25C8 14.8358 8.33579 14.5 8.75 14.5H13.25V13H8.75C8.33579 13 8 12.6642 8 12.25C8 11.8358 8.33579 11.5 8.75 11.5H13.25V7.75C13.25 5.95507 11.7949 4.5 10 4.5Z", fill: "currentColor" }))); });
exports.DramMIcon.displayName = 'DramMIcon';