@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.35 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialGateW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "GateW100Filled",
short_name: "Gate",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M191.96-338q-5.96 0-9.96-4.02-4-4.03-4-9.98v-256q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v256q0 5.95-4.04 9.98-4.03 4.02-10 4.02Zm576 0q-5.96 0-9.96-4.02-4-4.03-4-9.98v-256q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v256q0 5.95-4.04 9.98-4.03 4.02-10 4.02ZM274-304.2V-576q0-46 32.31-78 32.32-32 77.69-32h52q12.75 0 21.38 8.62Q466-668.75 466-656v162h-50q-5.95 0-9.98 4.04-4.02 4.03-4.02 10 0 5.96 4.02 9.96 4.03 4 9.98 4h50v162q0 12.75-8.62 21.37Q448.75-274 436-274H304q-12.75 0-21.37-8.68-8.63-8.68-8.63-21.52Zm220 .2v-162h50q5.95 0 9.97-4.04 4.03-4.03 4.03-10 0-5.96-4.03-9.96-4.02-4-9.97-4h-50v-162q0-12.75 8.63-21.38Q511.25-686 524-686h52q46 0 78 32t32 78v271.8q0 12.84-8.62 21.52Q668.75-274 656-274H524q-12.75 0-21.37-8.63Q494-291.25 494-304Z"
}));
});
IconMaterialGateW100Filled.displayName = 'OnesyIconMaterialGateW100Filled';
export default IconMaterialGateW100Filled;