UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.53 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DigitalCardMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.DigitalCardMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.672 6.812a4.26 4.26 0 0 0-2.158.186 4.1 4.1 0 0 0-1.753 1.21 3.86 3.86 0 0 0-.866 1.883.75.75 0 0 1-.741.633c-.45 0-.896.086-1.311.252s-.79.408-1.105.713a3.3 3.3 0 0 0-.732 1.058 3.15 3.15 0 0 0 0 2.48c.168.394.417.754.732 1.058s.69.547 1.105.713.86.252 1.31.252h9.693c.911 0 1.78-.35 2.416-.965a3.2 3.2 0 0 0 .988-2.298c0-.857-.352-1.684-.988-2.298a3.48 3.48 0 0 0-2.416-.965h-.11a.75.75 0 0 1-.741-.633 3.9 3.9 0 0 0-1.372-2.384 4.17 4.17 0 0 0-1.951-.895m2.875-.287a5.7 5.7 0 0 0-2.62-1.19 5.76 5.76 0 0 0-2.919.25A5.6 5.6 0 0 0 7.615 7.24a5.4 5.4 0 0 0-1.072 2.021 5 5 0 0 0-1.257.322 4.9 4.9 0 0 0-1.59 1.027c-.457.441-.82.966-1.07 1.546a4.64 4.64 0 0 0 0 3.662c.25.58.613 1.105 1.07 1.546.456.441.997.79 1.59 1.027s1.227.359 1.868.359h9.692a4.98 4.98 0 0 0 3.459-1.386 4.7 4.7 0 0 0 1.445-3.377 4.7 4.7 0 0 0-1.445-3.377 4.97 4.97 0 0 0-2.962-1.362 5.4 5.4 0 0 0-1.796-2.723", clipRule: "evenodd" }))); }); exports.DigitalCardMIcon.displayName = 'DigitalCardMIcon';