@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.27 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialPriceCheckFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PriceCheckFilled', short_name: 'PriceCheck', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m558-233 198-198q11-11 28-11t28 11q11 11 11 28t-11 28L586-149q-12 12-28 12t-28-12L416-263q-11-11-11-28t11-28q11-11 28-11t28 11l86 86ZM260-401h-60q-17 0-28.5-11.5T160-441q0-17 11.5-28.5T200-481h160v-80H200q-17 0-28.5-11.5T160-601v-160q0-17 11.5-28.5T200-801h60q0-17 11.5-28.5T300-841q17 0 28.5 11.5T340-801h60q17 0 28.5 11.5T440-761q0 17-11.5 28.5T400-721H240v80h160q17 0 28.5 11.5T440-601v160q0 17-11.5 28.5T400-401h-60q0 17-11.5 28.5T300-361q-17 0-28.5-11.5T260-401Z" }) })));
});
IconMaterialPriceCheckFilled.displayName = 'OnesyIconMaterialPriceCheckFilled';
exports.default = IconMaterialPriceCheckFilled;
;