@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.54 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialPrintLockW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "PrintLockW100",
short_name: "PrintLock",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M659-171q-12.75 0-21.37-8.63Q629-188.25 629-201v-105q0-13 10.5-21t24.5-8v-40q0-26.81 19.13-45.91 19.14-19.09 46-19.09 26.87 0 45.37 19.09Q793-401.81 793-375v40q14 0 24.5 8t10.5 21v105q0 12.75-8.62 21.37Q810.75-171 798-171H659Zm33-164h73v-40q0-17-9.5-27T729-412q-17 0-27 10t-10 27v40ZM190-580h580-580Zm-28 40q0-28.9 19.5-48.45Q201-608 230-608h500q28.9 0 48.45 19.55Q798-568.9 798-540v29q0 5.95-4.11 9.98-4.1 4.02-10.18 4.02-5.71 0-9.71-4.02-4-4.03-4-9.98v-29q0-17-11.5-28.5T730-580H230q-17 0-28.5 11.5T190-540v148q0 14 9 23t23 9h70q0-23 16.45-39.5T348-416h195q5.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 4H352q-14 0-23 9t-9 23v124q0 14 9 23t23 9h191q5.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 4H352q-24.75 0-42.37-17.63Q292-207.25 292-232v-100h-70q-24.75 0-42.37-17.63Q162-367.25 162-392v-148Zm130-68v-88q0-24.75 17.63-42.38Q327.25-756 352-756h256q24.75 0 42.38 17.62Q668-720.75 668-696v88h-28v-88q0-14-9-23t-23-9H352q-14 0-23 9t-9 23v88h-28Z"
}));
});
IconMaterialPrintLockW100.displayName = 'OnesyIconMaterialPrintLockW100';
export default IconMaterialPrintLockW100;