@nine-thirty-five/material-symbols-react 1.28.1 → 1.28.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/outlined/BatteryChargingEightyTwo.js +1 -0
- package/dist/esm/outlined/BatteryChargingFiftyTwo.js +1 -0
- package/dist/esm/outlined/BatteryChargingFullTwo.js +1 -0
- package/dist/esm/outlined/BatteryChargingSixtyTwo.js +1 -0
- package/dist/esm/outlined/BatteryChargingThirtyTwo.js +1 -0
- package/dist/esm/outlined/BatteryChargingTwentyTwo.js +1 -0
- package/dist/esm/outlined/CarFanRecirculate.js +1 -1
- package/dist/esm/outlined/CarFanRecirculateTwo.js +1 -0
- package/dist/esm/outlined/ListArrow.js +1 -0
- package/dist/esm/outlined/WifiDevice.js +1 -0
- package/dist/esm/outlined/filled/BatteryChargingEightyTwo.js +1 -0
- package/dist/esm/outlined/filled/BatteryChargingFiftyTwo.js +1 -0
- package/dist/esm/outlined/filled/BatteryChargingFullTwo.js +1 -0
- package/dist/esm/outlined/filled/BatteryChargingSixtyTwo.js +1 -0
- package/dist/esm/outlined/filled/BatteryChargingThirtyTwo.js +1 -0
- package/dist/esm/outlined/filled/BatteryChargingTwentyTwo.js +1 -0
- package/dist/esm/outlined/filled/CarFanRecirculate.js +1 -1
- package/dist/esm/outlined/filled/CarFanRecirculateTwo.js +1 -0
- package/dist/esm/outlined/filled/ListArrow.js +1 -0
- package/dist/esm/outlined/filled/SpeedTwox.js +1 -1
- package/dist/esm/outlined/filled/WifiDevice.js +1 -0
- package/dist/esm/outlined/filled/index.d.ts +19 -1
- package/dist/esm/outlined/filled/index.js +1 -1
- package/dist/esm/outlined/index.d.ts +19 -1
- package/dist/esm/outlined/index.js +1 -1
- package/dist/esm/rounded/BatteryChargingEightyTwo.js +1 -0
- package/dist/esm/rounded/BatteryChargingFiftyTwo.js +1 -0
- package/dist/esm/rounded/BatteryChargingFullTwo.js +1 -0
- package/dist/esm/rounded/BatteryChargingSixtyTwo.js +1 -0
- package/dist/esm/rounded/BatteryChargingThirtyTwo.js +1 -0
- package/dist/esm/rounded/BatteryChargingTwentyTwo.js +1 -0
- package/dist/esm/rounded/CarFanRecirculate.js +1 -1
- package/dist/esm/rounded/CarFanRecirculateTwo.js +1 -0
- package/dist/esm/rounded/ListArrow.js +1 -0
- package/dist/esm/rounded/WifiDevice.js +1 -0
- package/dist/esm/rounded/filled/BatteryChargingEightyTwo.js +1 -0
- package/dist/esm/rounded/filled/BatteryChargingFiftyTwo.js +1 -0
- package/dist/esm/rounded/filled/BatteryChargingFullTwo.js +1 -0
- package/dist/esm/rounded/filled/BatteryChargingSixtyTwo.js +1 -0
- package/dist/esm/rounded/filled/BatteryChargingThirtyTwo.js +1 -0
- package/dist/esm/rounded/filled/BatteryChargingTwentyTwo.js +1 -0
- package/dist/esm/rounded/filled/CarFanRecirculate.js +1 -1
- package/dist/esm/rounded/filled/CarFanRecirculateTwo.js +1 -0
- package/dist/esm/rounded/filled/ListArrow.js +1 -0
- package/dist/esm/rounded/filled/WifiDevice.js +1 -0
- package/dist/esm/rounded/filled/index.d.ts +19 -1
- package/dist/esm/rounded/filled/index.js +1 -1
- package/dist/esm/rounded/index.d.ts +19 -1
- package/dist/esm/rounded/index.js +1 -1
- package/dist/esm/sharp/BatteryChargingEightyTwo.js +1 -0
- package/dist/esm/sharp/BatteryChargingFiftyTwo.js +1 -0
- package/dist/esm/sharp/BatteryChargingFullTwo.js +1 -0
- package/dist/esm/sharp/BatteryChargingSixtyTwo.js +1 -0
- package/dist/esm/sharp/BatteryChargingThirtyTwo.js +1 -0
- package/dist/esm/sharp/BatteryChargingTwentyTwo.js +1 -0
- package/dist/esm/sharp/CarFanRecirculate.js +1 -1
- package/dist/esm/sharp/CarFanRecirculateTwo.js +1 -0
- package/dist/esm/sharp/ListArrow.js +1 -0
- package/dist/esm/sharp/SpeedTwox.js +1 -1
- package/dist/esm/sharp/WifiDevice.js +1 -0
- package/dist/esm/sharp/filled/BatteryChargingEightyTwo.js +1 -0
- package/dist/esm/sharp/filled/BatteryChargingFiftyTwo.js +1 -0
- package/dist/esm/sharp/filled/BatteryChargingFullTwo.js +1 -0
- package/dist/esm/sharp/filled/BatteryChargingSixtyTwo.js +1 -0
- package/dist/esm/sharp/filled/BatteryChargingThirtyTwo.js +1 -0
- package/dist/esm/sharp/filled/BatteryChargingTwentyTwo.js +1 -0
- package/dist/esm/sharp/filled/CarFanRecirculate.js +1 -1
- package/dist/esm/sharp/filled/CarFanRecirculateTwo.js +1 -0
- package/dist/esm/sharp/filled/ListArrow.js +1 -0
- package/dist/esm/sharp/filled/WifiDevice.js +1 -0
- package/dist/esm/sharp/filled/index.d.ts +19 -1
- package/dist/esm/sharp/filled/index.js +1 -1
- package/dist/esm/sharp/index.d.ts +19 -1
- package/dist/esm/sharp/index.js +1 -1
- package/package.json +1 -1
package/package.json
CHANGED