@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.39 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 IconMaterialDirectionsOffFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'DirectionsOffFilled', short_name: 'DirectionsOff', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M791-57 640-208 536-104q-12 12-26.5 18T480-80q-15 0-29.5-6T424-104L104-424q-12-12-18-26.5T80-480q0-15 6-29.5t18-26.5l161-161 225 225-1 114L55-792q-12-12-11.5-28.5T56-849q12-12 28.5-12t28.5 12l735 736q12 12 12 28t-12 28q-12 12-28.5 12T791-57ZM360-360q17 0 28.5-11.5T400-400v-80h81l-80-80h-41q-17 0-28.5 11.5T320-520v120q0 17 11.5 28.5T360-360Zm520-120q0 15-6 29.5T856-424l-74 74q-12 12-28 12t-28-12L618-458l34-34q12-12 12-28t-12-28l-84-84q-8-8-18-3.5T540-620v60h-24L350-726q-12-12-12-28t12-28l74-74q12-12 26.5-18t29.5-6q15 0 29.5 6t26.5 18l320 320q12 12 18 26.5t6 29.5Z" }) })));
});
IconMaterialDirectionsOffFilled.displayName = 'OnesyIconMaterialDirectionsOffFilled';
exports.default = IconMaterialDirectionsOffFilled;