google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.11 kB
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const ContentPasteOff = createIcon("ContentPasteOff", [
[
"path",
{
d: "M21.8996 21.3853L3.51961 3.00531L2.09961 4.41531L3.70961 6.02531V19.1953C3.70961 20.2953 4.60961 21.1953 5.70961 21.1953H18.8796L20.4896 22.8053L21.8996 21.3853ZM5.70961 19.1953V8.02531L16.8796 19.1953H5.70961ZM17.7096 8.19531V5.19531H19.7096V16.3653L21.7096 18.3653V5.19531C21.7096 4.09531 20.8096 3.19531 19.7096 3.19531H15.5296C15.1096 2.03531 14.0096 1.19531 12.7096 1.19531C11.4096 1.19531 10.3096 2.03531 9.88961 3.19531H6.53961L11.5396 8.19531H17.7096ZM12.7096 3.19531C13.2596 3.19531 13.7096 3.64531 13.7096 4.19531C13.7096 4.74531 13.2596 5.19531 12.7096 5.19531C12.1596 5.19531 11.7096 4.74531 11.7096 4.19531C11.7096 3.64531 12.1596 3.19531 12.7096 3.19531Z",
key: "1j31os"
}
]
]);
export { ContentPasteOff as default };
//# sourceMappingURL=content_paste_off.js.map